go/types.Checker.pkgPathMap (field)
8 uses
go/types (current package)
check.go#L117: pkgPathMap map[string]map[string]bool
check.go#L362: check.pkgPathMap = nil
errors.go#L32: if check.pkgPathMap == nil {
errors.go#L33: check.pkgPathMap = make(map[string]map[string]bool)
errors.go#L38: if len(check.pkgPathMap[pkg.name]) > 1 {
errors.go#L54: forName, ok := check.pkgPathMap[pkg.name]
errors.go#L57: check.pkgPathMap[pkg.name] = forName
resolver.go#L197: if check.pkgPathMap != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)